MAKE FILE

This command will create an empty file.

  Syntax
MAKE FILE Filename
  Parameters
Filename
String
Will create an empty file. The filename must not exist or the command will fail

  Returns

This command does not return a value.

  Description

The filename must not exist or the command will fail.

  Example Code
cls
make file "text.txt"
do
loop
end
  See also

FILE Commands Menu
Index